/**/

.page-title {
    font-size: 28px;
    font-weight: bold;
}

.color-dark-gray {
    color: var(--neutral-dark-gray);
}

.page-adjustify p {
    padding-left: 87px;
    padding-right: 88px;
    font-size: bold;
    font-size: 19px;
    line-height: 38px;
    padding-bottom: 22px;

}

.page-adjustify {
    background: #FCFCFC;
}

.no-shadow {
    background: var(--white);
    border-radius: 30px;
    width: 94%;
    margin: auto;

}


.page-adjustify h2 {
    font-size: 33px;
    line-height: 17px;
    align-items: center;
    text-align: right;
    color: var( --white);
    padding-top: 100px;

}

.h-group {
    padding-top: 49px;
}

.h-group h4 {
    color:var(--white);
}

.story {
    font-size: 21px;
    margin-left: 10px !important;
    color: var(--white);
    /* padding:85px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.story .info {
    display: none;
}

#zuck-modal-content .story-viewer .slides .item>.media {
    max-width: 800px !important;
    object-fit: contain;
}

.stories .story .item-link .item-preview img {
    border-radius: 50%;
    padding: 3px;
}

/* .stories .story.item  .item-link .item-preview img {
    border: 3px solid var(--semantic-green);
}

.stories .story.itemseen .item-link .item-preview img {
    border: 3px solid var(--neutral-dark-gray);
}
.stories .story.itemseen{
    border: 3px solid var(--neutral-dark-gray);
} */

.our-story {
    font-size: 26px;
    color: #A1785C;
    padding-bottom: 32px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
}

.section2-aboutUs .group {
    font-size: 26px;
    color: #A1785C;
    padding-right: 155px;
    justify-content: center;
    align-items: center;
    margin: auto;
    
}

.section2-aboutUs img {
    height: 296px;
    width: 100%;
    max-width: 296px;
}

.section2-aboutUs .group-section2 {
    font-size: 26px;
    color: #A1785C;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.span-section2{
    font-size: 26px;
    color: #A1785C;
    justify-content: right;
    margin: 0 auto;
    display: flex;
}

.final-section {
    background: white;
    box-shadow: 0px 10px 30px 6px rgb(99 110 114 / 5%);

}

.final-section .submit  .btn{

    width: 360px !important;
    
}

.section2-aboutUs .image { 
        height: 263px;
        width: 100%;
        max-width: 263px;
}

.box-group{
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 6px rgb(0 0 0 / 5%);
    border-radius: 20px; 
    width: 230px;
    height: 120px;

}

.box-group img{
    height:55px;
}


.span-section3{
    font-size: 24px;
    color: var(--main-black);
    justify-content: right;
    margin: 0 auto;
    display: flex;
}

.gray-color {
    color: var(--neutral-dark-gray);
} 

.aboutUs-h4 {
    font-size: 17px !important;

}

.aboutUs-container{
    height: 82vh;
}

@media screen and (max-width: 1400px){
    .aboutUs-container h2{
        font-size: 29px;
        line-height: 36px;
    }

    .aboutUs-container h4{
        font-size: 23px;
        }
    .group-section2 h4{
        font-size: 22px;
    }

    .aboutUs-h4 {
        font-size: 22px !important;
    }

    .frame-aboutUs img{
    padding-bottom: 5px !important;
    }
}